home *** CD-ROM | disk | FTP | other *** search
/ Linux Cubed Series 3: Developer Tools / Linux Cubed Series 3 - Developer Tools.iso / utils / console / svgatext.3 / svgatext / SVGATextMode-1.3 / doc / README.ET4000 < prev    next >
Encoding:
Text File  |  1995-03-14  |  3.6 KB  |  92 lines

  1. This file was taken from the XFREE86 documentation.
  2. ---------------------------------------------------
  3.  
  4.  
  5.         Information for Tseng Chipset Users
  6.         -----------------------------------
  7.  
  8. Contents
  9. --------
  10.     1) Supported chipsets
  11.     2) Clock selection problems with some ET4000 boards
  12.     3) Text mode restore problems
  13.  
  14. 1 - Supported chipsets
  15. ----------------------
  16.   The Tseng chipsets supported by XFree86 are ET3000, ET4000, and
  17. ET4000/W32.  At this time, the accelerated features of the ET4000/W32
  18. are not supported; the chipset is treated as a standard ET4000.
  19.  
  20. 2 - Clock selection problems with some ET4000 boards
  21. ----------------------------------------------------
  22.   XFree86 has some problems getting the clock selection right with some
  23. ET4000 boards when the server is started from a high-resolution text mode.
  24. The clock selection is always correct when the server is started from a
  25. standard 80x25 text mode.
  26.  
  27. This problem is indicated when the reported clocks are different when the
  28. server is started from the high-resolution text mode from what they are
  29. when it is started from the 80x25 text mode.  To allow the server to work
  30. correctly from the high-resolution text mode, there are some Option flags
  31. that may be set in Xconfig.  To find out which flags to set, start the
  32. server with the -probeonly flag from an 80x25 text mode and look at the
  33. information printed by the server.  If the line:
  34.  
  35.   VGAXXX: ET4000: Initial hibit state: low
  36.  
  37. is printed, put the following in the VGA256 and VGA2 sections of your Xconfig:
  38.  
  39.   Option "hibit_low"
  40.  
  41. If the line:
  42.  
  43.   VGAXXX: ET4000: Initial hibit state: high
  44.  
  45. is printed, put the following in the VGA256 and VGA2 sections of your Xconfig:
  46.  
  47.   Option "hibit_high"
  48.  
  49.  
  50. 3 - Text mode restore problems
  51. ------------------------------
  52.   In XFree86 1.3, an option flag "force_bits" was provided as an experiment
  53. to attempt to alleviate text-restoral problems that some people experienced.
  54. We have now made the behavior of this option the default, hence the flag
  55. has been removed.  Hopefully the past text-restoral problems are alleviated 
  56. in XFree86 2.0.
  57.  
  58. $XFree86: mit/server/ddx/x386/etc/README.tseng,v 2.0 1993/10/18 12:18:03 dawes Exp $
  59.  
  60. --------------------------------------------------------------------------------------
  61.  
  62.  ##############################################################################
  63.  #                                                                            #
  64.  #  >>>>>>>>>>>>>>>   IMPORTANT NOTE FOR SVGATEXTMODE   <<<<<<<<<<<<<<<<<<<<  #
  65.  #                                                                            #
  66.  ##############################################################################
  67.  #                                                                            #
  68.  #  Users of SVGATextMode with an ET4000 board MUST put the "hibit_high" or   #
  69.  #  "hibit"low" option in their XF86Config as well. This means the option     #
  70.  #  MUST be in TextConfig AND in XF86Config, and it must of course be the     #
  71.  #  same one in both files. Failure to do so may cause either X or            #
  72.  #  SVGATextMode to select the wrong clock. Your monitor may not like that.   #
  73.  #                                                                            #
  74.  ##############################################################################
  75.  
  76. Note also that changing the "hibit" option from low to high or vice versa is
  77. equivalent to swapping the lower 8 clocks with the higher 8 clocks in the
  78. "clocks" line in XF86Config or TextConfig.
  79.  
  80. Example:
  81.  
  82.   clocks  25.1 28.3 32.5 36 40 44.9 50 65
  83.   clocks  50 56.6 65 72 80 90 63 75
  84.   option "hibit_high"
  85.   
  86. is equivalent to:
  87.  
  88.   clocks  50 56.6 65 72 80 90 63 75
  89.   clocks  25.1 28.3 32.5 36 40 44.9 50 65
  90.   option "hibit_low"
  91.  
  92.